type crypto/tls.helloRequestMsg

5 uses

	crypto/tls (current package)
		conn.go#L1105: 		m = new(helloRequestMsg)
		conn.go#L1247: 	helloReq, ok := msg.(*helloRequestMsg)
		handshake_messages.go#L1879: type helloRequestMsg struct {
		handshake_messages.go#L1882: func (*helloRequestMsg) marshal() ([]byte, error) {
		handshake_messages.go#L1886: func (*helloRequestMsg) unmarshal(data []byte) bool {